Technote Number: 1086974
Problem:
This issue was reported to Lotus Software Quality Engineering and has been
addressed in Domino release 5.0.9a.
Excerpt from the Lotus Notes and Domino release 5.0.9a MU fix list:
SPR# WSCN4Q2LEH - ArrayGetIndex fails to function on AS/400 platform
There is a workaround of adding just a few lines of LotusScript code which will
do what the ArrayGetIndex function will do.
'Given:
' array = array to be searched.
' find$ = String to find.
'Return:
' Index = the array index value that points to the string found.
i=0
Forall e In array
If e=find$ Then
Index = i
End If
i=i+1Supporting Information:
Related Documents:
More >
|  |
|
|
|
|